Exchange Token
April 8th, 2024
post
api.withmono.com/v2/accounts/authv1.0
Use this endpoint to request an account ID (that identifies the authenticated account) after successful enrolment on the Mono Connect widget.
Kindly Note
API calls made in Sandbox mode are free.
- Ensure you have funds in your wallet to make calls in live mode.
Body
Headers
Request
123456
curl --request POST \
--url https://api.withmono.com/v2/accounts/auth \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'mono-sec-key: string' \
--data '{"code":"string"}'
Response
Choose an option from the drop down or click one of these buttons to see an example: